DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportAsyncLoading<T> Interface / GetLoadedItems Method
The initial index to start looking for loaded items.
The final index to stop looking for loaded items.

In This Topic
    GetLoadedItems Method (ISupportAsyncLoading<T>)
    In This Topic
    Returns all the items that has been loaded so far.
    Syntax
    'Declaration
     
    Function GetLoadedItems( _
       Optional ByVal fromIndex As Nullable(Of Integer), _
       Optional ByVal toIndex As Nullable(Of Integer) _
    ) As IEnumerable(Of ILoadedItem(Of T))

    Parameters

    fromIndex
    The initial index to start looking for loaded items.
    toIndex
    The final index to stop looking for loaded items.
    See Also